Home | History | Annotate | Download | only in python2.7

Lines Matching refs:def

12 def symtable(code, filename, compile_type):
20 def __init__(self):
23 def new(self, table, filename):
30 def __call__(self, table, filename):
42 def __init__(self, raw_table, filename):
47 def __repr__(self):
60 def get_type(self):
70 def get_id(self):
73 def get_name(self):
76 def get_lineno(self):
79 def is_optimized(self):
83 def is_nested(self):
86 def has_children(self):
89 def has_exec(self):
93 def has_import_star(self):
97 def get_identifiers(self):
100 def lookup(self, name):
108 def get_symbols(self):
111 def __check_children(self, name):
116 def get_children(self):
129 def __idents_matching(self, test_func):
133 def get_parameters(self):
138 def get_locals(self):
145 def get_globals(self):
152 def get_frees(self):
163 def get_methods(self):
174 def __init__(self, name, flags, namespaces=None):
180 def __repr__(self):
183 def get_name(self):
186 def is_referenced(self):
189 def is_parameter(self):
192 def is_global(self):
195 def is_declared_global(self):
198 def is_local(self):
201 def is_free(self):
204 def is_imported(self):
207 def is_assigned(self):
210 def is_namespace(self):
223 def get_namespaces(self):
227 def get_namespace(self):