• Home
  • Raw
  • Download

Lines Matching defs:self

31     def __init__(self, family, yaml):  argument
42 def __getitem__(self, key): argument
45 def __contains__(self, key): argument
48 def get(self, key, default=None): argument
51 def resolve_up(self, up): argument
56 def resolve(self): argument
72 def __init__(self, enum_set, yaml, prev, value_start): argument
87 def has_doc(self): argument
90 def raw_value(self): argument
93 def user_value(self, as_flags=None): argument
113 def __init__(self, family, yaml): argument
128 def new_entry(self, entry, prev_entry, value_start): argument
131 def has_doc(self): argument
139 def get_mask(self, as_flags=None): argument
167 def __init__(self, family, attr_set, yaml, value): argument
198 def __init__(self, family, yaml): argument
223 def new_attr(self, elem, value): argument
226 def __getitem__(self, key): argument
229 def __contains__(self, key): argument
232 def __iter__(self): argument
235 def items(self): argument
253 def __init__(self, family, yaml): argument
271 def __init__(self, family, yaml): argument
278 def new_member(self, family, elem): argument
281 def __iter__(self): argument
284 def items(self): argument
298 def __init__(self, family, yaml): argument
306 def new_format(self, family, format): argument
320 def __init__(self, family, yaml): argument
347 def __init__(self, family, yaml, req_value, rsp_value): argument
364 def resolve(self): argument
395 def __init__(self, family, yaml): argument
425 def __init__(self, spec_path, schema_path=None, exclude_ops=None): argument
488 def new_enum(self, elem): argument
491 def new_attr_set(self, elem): argument
494 def new_struct(self, elem): argument
497 def new_sub_message(self, elem): argument
500 def new_operation(self, elem, req_val, rsp_val): argument
503 def new_mcast_group(self, elem): argument
506 def add_unresolved(self, elem): argument
509 def _dictify_ops_unified(self): argument
521 def _dictify_ops_directional(self): argument
563 def find_operation(self, name): argument
572 def resolve(self): argument