--- a/ProjectPyramid/APIs/Mako-0.7.2.api Sun Jun 06 16:30:37 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,565 +0,0 @@ -_ast_util.ALL_SYMBOLS?7 -_ast_util.BINOP_SYMBOLS?7 -_ast_util.BOOLOP_SYMBOLS?7 -_ast_util.CMPOP_SYMBOLS?7 -_ast_util.NodeTransformer.generic_visit?4(node) -_ast_util.NodeVisitor.generic_visit?4(node) -_ast_util.NodeVisitor.get_visitor?4(node) -_ast_util.NodeVisitor.visit?4(node) -_ast_util.SourceGenerator.body?4(statements) -_ast_util.SourceGenerator.body_or_else?4(node) -_ast_util.SourceGenerator.decorators?4(node) -_ast_util.SourceGenerator.generator_visit?4(right) -_ast_util.SourceGenerator.newline?4(n=1) -_ast_util.SourceGenerator.paren_or_comma?4() -_ast_util.SourceGenerator.sequence_visit?4(right) -_ast_util.SourceGenerator.signature?4(node) -_ast_util.SourceGenerator.visit?4(node) -_ast_util.SourceGenerator.visit_Assign?4(node) -_ast_util.SourceGenerator.visit_Attribute?4(node) -_ast_util.SourceGenerator.visit_AugAssign?4(node) -_ast_util.SourceGenerator.visit_BinOp?4(node) -_ast_util.SourceGenerator.visit_BoolOp?4(node) -_ast_util.SourceGenerator.visit_Break?4(node) -_ast_util.SourceGenerator.visit_Bytes?4(node) -_ast_util.SourceGenerator.visit_Call?4(node) -_ast_util.SourceGenerator.visit_ClassDef?4(node) -_ast_util.SourceGenerator.visit_Compare?4(node) -_ast_util.SourceGenerator.visit_Continue?4(node) -_ast_util.SourceGenerator.visit_Delete?4(node) -_ast_util.SourceGenerator.visit_Dict?4(node) -_ast_util.SourceGenerator.visit_DictComp?4(node) -_ast_util.SourceGenerator.visit_Ellipsis?4(node) -_ast_util.SourceGenerator.visit_Expr?4(node) -_ast_util.SourceGenerator.visit_ExtSlice?4(node) -_ast_util.SourceGenerator.visit_For?4(node) -_ast_util.SourceGenerator.visit_FunctionDef?4(node) -_ast_util.SourceGenerator.visit_GeneratorExp?7 -_ast_util.SourceGenerator.visit_Global?4(node) -_ast_util.SourceGenerator.visit_If?4(node) -_ast_util.SourceGenerator.visit_IfExp?4(node) -_ast_util.SourceGenerator.visit_Import?4(node) -_ast_util.SourceGenerator.visit_ImportFrom?4(node) -_ast_util.SourceGenerator.visit_Lambda?4(node) -_ast_util.SourceGenerator.visit_List?7 -_ast_util.SourceGenerator.visit_ListComp?7 -_ast_util.SourceGenerator.visit_Name?4(node) -_ast_util.SourceGenerator.visit_Nonlocal?4(node) -_ast_util.SourceGenerator.visit_Num?4(node) -_ast_util.SourceGenerator.visit_Pass?4(node) -_ast_util.SourceGenerator.visit_Print?4(node) -_ast_util.SourceGenerator.visit_Raise?4(node) -_ast_util.SourceGenerator.visit_Repr?4(node) -_ast_util.SourceGenerator.visit_Return?4(node) -_ast_util.SourceGenerator.visit_Set?7 -_ast_util.SourceGenerator.visit_SetComp?7 -_ast_util.SourceGenerator.visit_Slice?4(node) -_ast_util.SourceGenerator.visit_Starred?4(node) -_ast_util.SourceGenerator.visit_Str?4(node) -_ast_util.SourceGenerator.visit_Subscript?4(node) -_ast_util.SourceGenerator.visit_TryExcept?4(node) -_ast_util.SourceGenerator.visit_TryFinally?4(node) -_ast_util.SourceGenerator.visit_Tuple?4(node) -_ast_util.SourceGenerator.visit_UnaryOp?4(node) -_ast_util.SourceGenerator.visit_While?4(node) -_ast_util.SourceGenerator.visit_With?4(node) -_ast_util.SourceGenerator.visit_Yield?4(node) -_ast_util.SourceGenerator.visit_alias?4(node) -_ast_util.SourceGenerator.visit_comprehension?4(node) -_ast_util.SourceGenerator.visit_excepthandler?4(node) -_ast_util.SourceGenerator.write?4(x) -_ast_util.SourceGenerator.write_comma?4() -_ast_util.SourceGenerator?1(indent_with) -_ast_util.UNARYOP_SYMBOLS?7 -_ast_util._fix?5(node, lineno, col_offset) -_ast_util._format?5(node) -_ast_util.copy_location?4(new_node, old_node) -_ast_util.dump?4(node) -_ast_util.fix_missing_locations?4(node) -_ast_util.get_child_nodes?4(node) -_ast_util.get_compile_mode?4(node) -_ast_util.get_docstring?4(node) -_ast_util.get_fields?4(node) -_ast_util.increment_lineno?4(node, n=1) -_ast_util.iter_child_nodes?4(node) -_ast_util.iter_fields?4(node) -_ast_util.parse?4(expr, filename='<unknown>', mode='exec') -_ast_util.to_source?4(node, indent_with=' ' * 4) -_ast_util.walk?4(node) -ast.ArgumentList?1(code, **exception_kwargs) -ast.FunctionArgs?1(code, **kwargs) -ast.FunctionDecl.get_argument_expressions?4(include_defaults=True) -ast.FunctionDecl?1(code, allow_kwargs=True, **exception_kwargs) -ast.PythonCode?1(code, **exception_kwargs) -ast.PythonFragment?1(code, **exception_kwargs) -cache.Cache._ctx_get_or_create?5(key, creation_function, context, **kw) -cache.Cache._get_cache_kw?5(kw, context) -cache.Cache._load_impl?5(name) -cache.Cache.get?4(key, **kw) -cache.Cache.get_or_create?4(key, creation_function, **kw) -cache.Cache.id?7 -cache.Cache.impl?7 -cache.Cache.invalidate?4(key, **kw) -cache.Cache.invalidate_body?4() -cache.Cache.invalidate_closure?4(name) -cache.Cache.invalidate_def?4(name) -cache.Cache.put?7 -cache.Cache.set?4(key, value, **kw) -cache.Cache.starttime?7 -cache.Cache?1(template, *args) -cache.CacheImpl.get?4(key, **kw) -cache.CacheImpl.get_or_create?4(key, creation_function, **kw) -cache.CacheImpl.invalidate?4(key, **kw) -cache.CacheImpl.pass_context?7 -cache.CacheImpl.set?4(key, value, **kw) -cache.CacheImpl?1(cache) -cache._cache_plugins?8 -cache.register_plugin?7 -codegen.DefVisitor.visitBlockTag?4(node) -codegen.DefVisitor.visitDefOrBase?4(node) -codegen.DefVisitor.visitDefTag?4(node) -codegen.FindTopLevel.buf?7 -codegen.FindTopLevel.impcode?7 -codegen.FindTopLevel.module_ident?7 -codegen.FindTopLevel.visitCode?4(node) -codegen.FindTopLevel.visitInheritTag?4(node) -codegen.FindTopLevel.visitNamespaceTag?4(node) -codegen.FindTopLevel.visitPageTag?4(node) -codegen.LoopVariable._loop_reference_detected?5(node) -codegen.LoopVariable.visitCode?4(node) -codegen.LoopVariable.visitControlLine?4(node) -codegen.LoopVariable.visitExpression?4(node) -codegen.LoopVariable?1() -codegen.MAGIC_NUMBER?7 -codegen.NSDefVisitor.visitBlockTag?4(node) -codegen.NSDefVisitor.visitDefOrBase?4(node) -codegen.NSDefVisitor.visitDefTag?4(node) -codegen.RESERVED_NAMES?7 -codegen._CompileContext?2(uri, filename, default_filters, buffer_filters, imports, source_encoding, generate_magic_comment, disable_unicode, strict_undefined, enable_loop, reserved_names) -codegen._FOR_LOOP?8 -codegen._GenerateRenderMethod.create_filter_callable?4(args, target, is_expression) -codegen._GenerateRenderMethod.identifiers?4() -codegen._GenerateRenderMethod.locate_encode?4() -codegen._GenerateRenderMethod.visitBlockTag?4(node) -codegen._GenerateRenderMethod.visitCallNamespaceTag?4(node) -codegen._GenerateRenderMethod.visitCallTag?4(node) -codegen._GenerateRenderMethod.visitCode?4(node) -codegen._GenerateRenderMethod.visitControlLine?4(node) -codegen._GenerateRenderMethod.visitDefTag?4(node) -codegen._GenerateRenderMethod.visitExpression?4(node) -codegen._GenerateRenderMethod.visitIncludeTag?4(node) -codegen._GenerateRenderMethod.visitNamespaceTag?4(node) -codegen._GenerateRenderMethod.visitText?4(node) -codegen._GenerateRenderMethod.visitTextTag?4(node) -codegen._GenerateRenderMethod.write_cache_decorator?4(node_or_pagetag, name, args, buffered, identifiers, inline=False, toplevel=False) -codegen._GenerateRenderMethod.write_def_decl?4(node, identifiers) -codegen._GenerateRenderMethod.write_def_finish?4(node, buffered, filtered, cached, callstack=True) -codegen._GenerateRenderMethod.write_inherit?4(node) -codegen._GenerateRenderMethod.write_inline_def?4(node, identifiers, nested) -codegen._GenerateRenderMethod.write_module_code?4(module_code) -codegen._GenerateRenderMethod.write_namespaces?4(namespaces) -codegen._GenerateRenderMethod.write_render_callable?4(node, name, args, buffered, filtered, cached) -codegen._GenerateRenderMethod.write_source_comment?4(node) -codegen._GenerateRenderMethod.write_toplevel?4() -codegen._GenerateRenderMethod.write_variable_declares?4(identifiers, toplevel=False, limit=None) -codegen._GenerateRenderMethod?2(printer, compiler, node) -codegen._Identifiers._check_name_exists?5(collection, node) -codegen._Identifiers.add_declared?4(ident) -codegen._Identifiers.branch?4(node, **kwargs) -codegen._Identifiers.check_declared?4(node) -codegen._Identifiers.defs?4() -codegen._Identifiers.visitBlockTag?4(node) -codegen._Identifiers.visitCallNamespaceTag?4(node) -codegen._Identifiers.visitCallTag?4(node) -codegen._Identifiers.visitCode?4(node) -codegen._Identifiers.visitControlLine?4(node) -codegen._Identifiers.visitDefTag?4(node) -codegen._Identifiers.visitExpression?4(node) -codegen._Identifiers.visitIncludeTag?4(node) -codegen._Identifiers.visitNamespaceTag?4(node) -codegen._Identifiers.visitPageTag?4(node) -codegen._Identifiers?2(compiler, node=None, parent=None, nested=False) -codegen.compile?4(node, uri, filename=None, default_filters=None, buffer_filters=None, imports=None, source_encoding=None, generate_magic_comment=True, disable_unicode=False, strict_undefined=False, enable_loop=True, reserved_names=()) -codegen.mangle_mako_loop?4(node, printer) -exceptions.CompileException?1(message, source, lineno, pos, filename) -exceptions.RichTraceback._get_reformatted_records?5(records) -exceptions.RichTraceback._init?5(trcback) -exceptions.RichTraceback._init_message?5() -exceptions.RichTraceback.errorname?4() -exceptions.RichTraceback.reverse_records?4() -exceptions.RichTraceback.reverse_traceback?4() -exceptions.RichTraceback.traceback?4() -exceptions.RichTraceback?1(error=None, traceback=None) -exceptions.SyntaxException?1(message, source, lineno, pos, filename) -exceptions._format_filepos?5(lineno, pos, filename) -exceptions.html_error_template?4() -exceptions.syntax_highlight?4(filename='', language=None) -exceptions.text_error_template?4(lookup=None) -ext.autohandler._file_exists?5(lookup, path) -ext.autohandler.autohandler?4(template, context, name='autohandler') -ext.babelplugin._split_comment?5(lineno, comment) -ext.babelplugin.extract?4(fileobj, keywords, comment_tags, options) -ext.babelplugin.extract_nodes?4(nodes, keywords, comment_tags, options) -ext.beaker_cache.BeakerCacheImpl._get_cache?5(**kw) -ext.beaker_cache.BeakerCacheImpl.get?4(key, **kw) -ext.beaker_cache.BeakerCacheImpl.get_or_create?4(key, creation_function, **kw) -ext.beaker_cache.BeakerCacheImpl.invalidate?4(key, **kw) -ext.beaker_cache.BeakerCacheImpl.put?4(key, value, **kw) -ext.beaker_cache.BeakerCacheImpl?1(cache) -ext.beaker_cache._beaker_cache?8 -ext.preprocessors.convert_comments?4(text) -ext.pygmentplugin.MakoCssLexer.aliases?7 -ext.pygmentplugin.MakoCssLexer.name?7 -ext.pygmentplugin.MakoCssLexer?1(**options) -ext.pygmentplugin.MakoHtmlLexer.aliases?7 -ext.pygmentplugin.MakoHtmlLexer.name?7 -ext.pygmentplugin.MakoHtmlLexer?1(**options) -ext.pygmentplugin.MakoJavascriptLexer.aliases?7 -ext.pygmentplugin.MakoJavascriptLexer.name?7 -ext.pygmentplugin.MakoJavascriptLexer?1(**options) -ext.pygmentplugin.MakoLexer.aliases?7 -ext.pygmentplugin.MakoLexer.filenames?7 -ext.pygmentplugin.MakoLexer.name?7 -ext.pygmentplugin.MakoLexer.tokens?7 -ext.pygmentplugin.MakoXmlLexer.aliases?7 -ext.pygmentplugin.MakoXmlLexer.name?7 -ext.pygmentplugin.MakoXmlLexer?1(**options) -ext.pygmentplugin.pygments_html_formatter?7 -ext.pygmentplugin.syntax_highlight?4(filename='', language=None) -ext.turbogears.TGPlugin.load_template?4(templatename, template_string=None) -ext.turbogears.TGPlugin.render?4(info, format="html", fragment=False, template=None) -ext.turbogears.TGPlugin?1(extra_vars_func=None, options=None, extension='mak') -filters.DEFAULT_ESCAPES?7 -filters.Decode.decode?4() -filters.NON_UNICODE_ESCAPES?7 -filters.XMLEntityEscaper.escape?4(text) -filters.XMLEntityEscaper.escape_entities?4(text) -filters.XMLEntityEscaper.unescape?4(text) -filters.XMLEntityEscaper?1(codepoint2name, name2codepoint) -filters._ASCII_re?8 -filters._html_entities_escaper?8 -filters.decode?7 -filters.html_entities_escape?7 -filters.html_entities_unescape?7 -filters.htmlentityreplace_errors?4(ex) -filters.is_ascii_str?4(text) -filters.legacy_html_escape?4(string) -filters.trim?4(string) -filters.url_escape?4(string) -filters.url_unescape?4(string) -filters.xml_escape?4(string) -filters.xml_escapes?7 -lexer.Lexer._coding_re?8 -lexer.Lexer.append_node?4(nodecls, *args, **kwargs) -lexer.Lexer.decode_raw_stream?4(text, decode_raw, known_encoding, filename) -lexer.Lexer.exception_kwargs?4() -lexer.Lexer.match?4(regexp, flags=None) -lexer.Lexer.match_comment?4() -lexer.Lexer.match_control_line?4() -lexer.Lexer.match_end?4() -lexer.Lexer.match_expression?4() -lexer.Lexer.match_python_block?4() -lexer.Lexer.match_reg?4(reg) -lexer.Lexer.match_tag_end?4() -lexer.Lexer.match_tag_start?4() -lexer.Lexer.match_text?4() -lexer.Lexer.parse?4() -lexer.Lexer.parse_until_text?4(*text) -lexer.Lexer?1(text, filename=None, disable_unicode=False, input_encoding=None, preprocessor=None) -lexer._regexp_cache?8 -lookup.TemplateCollection.adjust_uri?4(uri, filename) -lookup.TemplateCollection.filename_to_uri?4(uri, filename) -lookup.TemplateCollection.get_template?4(uri, relativeto=None) -lookup.TemplateCollection.has_template?4(uri) -lookup.TemplateLookup._check?5(uri, template) -lookup.TemplateLookup._load?5(filename, uri) -lookup.TemplateLookup._relativeize?5(filename) -lookup.TemplateLookup.adjust_uri?4(uri, relativeto) -lookup.TemplateLookup.filename_to_uri?4(filename) -lookup.TemplateLookup.get_template?4(uri) -lookup.TemplateLookup.put_string?4(uri, text) -lookup.TemplateLookup.put_template?4(uri, template) -lookup.TemplateLookup?1(directories=None, module_directory=None, filesystem_checks=True, collection_size=-1, format_exceptions=False, error_handler=None, disable_unicode=False, bytestring_passthrough=False, output_encoding=None, encoding_errors='strict', cache_args=None, cache_impl='beaker', cache_enabled=True, cache_type=None, cache_dir=None, cache_url=None, modulename_callable=None, module_writer=None, default_filters=None, buffer_filters=(), strict_undefined=False, imports=None, enable_loop=True, input_encoding=None, preprocessor=None) -parsetree.BlockTag.declared_identifiers?4() -parsetree.BlockTag.funcname?4() -parsetree.BlockTag.get_argument_expressions?4(**kw) -parsetree.BlockTag.is_anonymous?4() -parsetree.BlockTag.is_block?7 -parsetree.BlockTag.undeclared_identifiers?4() -parsetree.BlockTag?1(keyword, attributes, **kwargs) -parsetree.CallNamespaceTag.declared_identifiers?4() -parsetree.CallNamespaceTag.undeclared_identifiers?4() -parsetree.CallNamespaceTag?1(namespace, defname, attributes, **kwargs) -parsetree.CallTag.declared_identifiers?4() -parsetree.CallTag.undeclared_identifiers?4() -parsetree.CallTag?1(keyword, attributes, **kwargs) -parsetree.Code.declared_identifiers?4() -parsetree.Code.undeclared_identifiers?4() -parsetree.Code?1(text, ismodule, **kwargs) -parsetree.Comment?1(text, **kwargs) -parsetree.ControlLine.declared_identifiers?4() -parsetree.ControlLine.get_children?4() -parsetree.ControlLine.has_loop_context?7 -parsetree.ControlLine.is_ternary?4(keyword) -parsetree.ControlLine.undeclared_identifiers?4() -parsetree.ControlLine?1(keyword, isend, text, **kwargs) -parsetree.DefTag.declared_identifiers?4() -parsetree.DefTag.funcname?4() -parsetree.DefTag.get_argument_expressions?4(**kw) -parsetree.DefTag.is_anonymous?7 -parsetree.DefTag.is_block?7 -parsetree.DefTag.undeclared_identifiers?4() -parsetree.DefTag?1(keyword, attributes, **kwargs) -parsetree.Expression.declared_identifiers?4() -parsetree.Expression.undeclared_identifiers?4() -parsetree.Expression?1(text, escapes, **kwargs) -parsetree.IncludeTag.declared_identifiers?4() -parsetree.IncludeTag.undeclared_identifiers?4() -parsetree.IncludeTag?1(keyword, attributes, **kwargs) -parsetree.InheritTag?1(keyword, attributes, **kwargs) -parsetree.NamespaceTag.declared_identifiers?4() -parsetree.NamespaceTag?1(keyword, attributes, **kwargs) -parsetree.Node.accept_visitor?4(visitor) -parsetree.Node.exception_kwargs?4() -parsetree.Node.get_children?4() -parsetree.Node.traverse?4() -parsetree.Node?1(source, lineno, pos, filename) -parsetree.PageTag.declared_identifiers?4() -parsetree.PageTag?1(keyword, attributes, **kwargs) -parsetree.Tag._parse_attributes?5(expressions, nonexpressions) -parsetree.Tag.declared_identifiers?4() -parsetree.Tag.get_children?4() -parsetree.Tag.is_root?4() -parsetree.Tag.undeclared_identifiers?4() -parsetree.Tag?1(keyword, attributes, expressions, nonexpressions, required, **kwargs) -parsetree.TemplateNode.get_children?4() -parsetree.TemplateNode?1(filename) -parsetree.Text?1(content, **kwargs) -parsetree.TextTag?1(keyword, attributes, **kwargs) -parsetree._TagMeta._classmap?8 -parsetree._TagMeta?2(clsname, bases, dict) -pygen.PythonPrinter._flush_adjusted_lines?5() -pygen.PythonPrinter._in_multi_line?5(line) -pygen.PythonPrinter._indent_line?5(line, stripspace='') -pygen.PythonPrinter._is_unindentor?5(line) -pygen.PythonPrinter._reset_multi_line_flags?5() -pygen.PythonPrinter.close?4() -pygen.PythonPrinter.write?4(text) -pygen.PythonPrinter.write_indented_block?4(block) -pygen.PythonPrinter.writeline?4(line) -pygen.PythonPrinter.writelines?4(*lines) -pygen.PythonPrinter?1(stream) -pygen._indent_line?5(line, stripspace = '') -pygen.adjust_whitespace?4(text) -pygen.in_multi_line?4(line) -pygen.match?4(reg, t) -pyparser.ExpressionGenerator.value?4() -pyparser.ExpressionGenerator?1(astnode) -pyparser.ExpressionGenerator_1.booleanop?4(op, node, *args) -pyparser.ExpressionGenerator_1.operator?4(op, node, *args) -pyparser.ExpressionGenerator_1.value?4() -pyparser.ExpressionGenerator_1.visitAdd?4(node, *args) -pyparser.ExpressionGenerator_1.visitAnd?4(node, *args) -pyparser.ExpressionGenerator_1.visitAssName?4(node, *args) -pyparser.ExpressionGenerator_1.visitBitand?4(node, *args) -pyparser.ExpressionGenerator_1.visitBitor?4(node, *args) -pyparser.ExpressionGenerator_1.visitBitxor?4(node, *args) -pyparser.ExpressionGenerator_1.visitCallFunc?4(node, *args) -pyparser.ExpressionGenerator_1.visitCompare?4(node) -pyparser.ExpressionGenerator_1.visitConst?4(node, *args) -pyparser.ExpressionGenerator_1.visitDict?4(node) -pyparser.ExpressionGenerator_1.visitDiv?4(node, *args) -pyparser.ExpressionGenerator_1.visitFloorDiv?4(node, *args) -pyparser.ExpressionGenerator_1.visitGetattr?4(node, *args) -pyparser.ExpressionGenerator_1.visitList?4(node) -pyparser.ExpressionGenerator_1.visitListComp?4(node) -pyparser.ExpressionGenerator_1.visitListCompFor?4(node) -pyparser.ExpressionGenerator_1.visitListCompIf?4(node) -pyparser.ExpressionGenerator_1.visitMul?4(node, *args) -pyparser.ExpressionGenerator_1.visitName?4(node, *args) -pyparser.ExpressionGenerator_1.visitNot?4(node, *args) -pyparser.ExpressionGenerator_1.visitOr?4(node, *args) -pyparser.ExpressionGenerator_1.visitSlice?4(node, *args) -pyparser.ExpressionGenerator_1.visitSub?4(node, *args) -pyparser.ExpressionGenerator_1.visitSubscript?4(node, *args) -pyparser.ExpressionGenerator_1.visitTuple?4(node) -pyparser.ExpressionGenerator_1.visitUnaryAdd?4(node, *args) -pyparser.ExpressionGenerator_1.visitUnarySub?4(node, *args) -pyparser.FindIdentifiers._add_declared?5(name) -pyparser.FindIdentifiers._visit_function?5(node, islambda) -pyparser.FindIdentifiers.visit_Assign?4(node) -pyparser.FindIdentifiers.visit_ClassDef?4(node) -pyparser.FindIdentifiers.visit_ExceptHandler?4(node) -pyparser.FindIdentifiers.visit_For?4(node) -pyparser.FindIdentifiers.visit_FunctionDef?4(node) -pyparser.FindIdentifiers.visit_Import?4(node) -pyparser.FindIdentifiers.visit_ImportFrom?4(node) -pyparser.FindIdentifiers.visit_Lambda?4(node, *args) -pyparser.FindIdentifiers.visit_Name?4(node) -pyparser.FindIdentifiers?1(listener, **exception_kwargs) -pyparser.FindIdentifiers_1._add_declared?5(name) -pyparser.FindIdentifiers_1._visit_function?5(node, args) -pyparser.FindIdentifiers_1.visit?4(expr) -pyparser.FindIdentifiers_1.visitAssName?4(node, *args) -pyparser.FindIdentifiers_1.visitAssign?4(node, *args) -pyparser.FindIdentifiers_1.visitClass?4(node, *args) -pyparser.FindIdentifiers_1.visitFor?4(node, *args) -pyparser.FindIdentifiers_1.visitFrom?4(node, *args) -pyparser.FindIdentifiers_1.visitFunction?4(node, *args) -pyparser.FindIdentifiers_1.visitImport?4(node, *args) -pyparser.FindIdentifiers_1.visitLambda?4(node, *args) -pyparser.FindIdentifiers_1.visitName?4(node, *args) -pyparser.FindTuple.visit_Tuple?4(node) -pyparser.FindTuple?1(listener, code_factory, **exception_kwargs) -pyparser.FindTuple_1.visit?4(expr) -pyparser.FindTuple_1.visitTuple?4(node, *args) -pyparser.ParseFunc.visit_FunctionDef?4(node) -pyparser.ParseFunc?1(listener, **exception_kwargs) -pyparser.ParseFunc_1.visit?4(expr) -pyparser.ParseFunc_1.visitFunction?4(node, *args) -pyparser.parse?4(code, mode='exec', **exception_kwargs) -pyparser.walker.dispatch?4(node, *args) -runtime.CallerStack._get_caller?5() -runtime.CallerStack._pop_frame?5() -runtime.CallerStack._push_frame?5() -runtime.CallerStack?1() -runtime.Context._clean_inheritance_tokens?5() -runtime.Context._copy?5() -runtime.Context._pop_buffer?5() -runtime.Context._pop_buffer_and_writer?5() -runtime.Context._push_buffer?5() -runtime.Context._push_writer?5() -runtime.Context._set_with_template?5(t) -runtime.Context.get?4(key, default=None) -runtime.Context.keys?4() -runtime.Context.kwargs?4() -runtime.Context.locals_?4(d) -runtime.Context.lookup?4() -runtime.Context.pop_caller?4() -runtime.Context.push_caller?4(caller) -runtime.Context.write?4(string) -runtime.Context.writer?4() -runtime.Context?1(buffer, **data) -runtime.LoopContext.cycle?4(*values) -runtime.LoopContext.even?4() -runtime.LoopContext.first?4() -runtime.LoopContext.last?4() -runtime.LoopContext.odd?4() -runtime.LoopContext.reverse_index?4() -runtime.LoopContext?1(iterable) -runtime.LoopStack._enter?5(iterable) -runtime.LoopStack._exit?5() -runtime.LoopStack._pop?5() -runtime.LoopStack._push?5(iterable) -runtime.LoopStack._top?5() -runtime.LoopStack?1() -runtime.ModuleNamespace._get_star?5() -runtime.ModuleNamespace.filename?4() -runtime.ModuleNamespace.get?4() -runtime.ModuleNamespace?1(name, context, module, callables=None, inherits=None, populate_self=True, calling_uri=None) -runtime.Namespace._get_star?5() -runtime.Namespace._populate?5(d, l) -runtime.Namespace._templateuri?8 -runtime.Namespace.attr?4() -runtime.Namespace.cache?4() -runtime.Namespace.callables?7 -runtime.Namespace.context?7 -runtime.Namespace.filename?7 -runtime.Namespace.get_cached?4(key, **kwargs) -runtime.Namespace.get_namespace?4(uri) -runtime.Namespace.get_template?4(uri) -runtime.Namespace.include_file?4(uri, **kwargs) -runtime.Namespace.module?7 -runtime.Namespace.template?7 -runtime.Namespace.uri?7 -runtime.Namespace?1(name, context, callables=None, inherits=None, populate_self=True, calling_uri=None) -runtime.TemplateNamespace._get_star?5() -runtime.TemplateNamespace.filename?4() -runtime.TemplateNamespace.get?4() -runtime.TemplateNamespace.module?4() -runtime.TemplateNamespace.uri?4() -runtime.TemplateNamespace?1(name, context, template=None, templateuri=None, callables=None, inherits=None, populate_self=True, calling_uri=None) -runtime.UNDEFINED?7 -runtime._NSAttr?2(parent) -runtime._decorate_inline?5(context, fn) -runtime._decorate_toplevel?5(fn) -runtime._exec_template?5(callable_, context, args=None, kwargs=None) -runtime._include_file?5(context, uri, calling_uri, **kwargs) -runtime._inherit_from?5(context, uri, calling_uri) -runtime._kwargs_for_callable?5(callable_, data) -runtime._kwargs_for_include?5(callable_, data, **kwargs) -runtime._lookup_template?5(context, uri, relativeto) -runtime._populate_self_namespace?5(context, template, self_ns=None) -runtime._render?5(template, callable_, args, data, as_unicode=False) -runtime._render_context?5(tmpl, callable_, context, *args, **kwargs) -runtime._render_error?5(template, context, error) -runtime.capture?4(context, callable_, *args, **kwargs) -runtime.decorate_render?4(render_fn) -runtime.go?4(*args, **kw) -runtime.go?4(context, *args, **kw) -runtime.supports_caller?4(func) -runtime.wrap_stackframe?4(context, *args, **kwargs) -runtime.y?4(*args, **kw) -template.DefTemplate.get_def?4(name) -template.DefTemplate?1(parent, callable_) -template.ModuleInfo._modules?8 -template.ModuleInfo.code?4() -template.ModuleInfo.source?4() -template.ModuleInfo?1(module, module_filename, template, template_filename, module_source, template_source) -template.ModuleTemplate?1(module, module_filename=None, template=None, template_filename=None, module_source=None, template_source=None, output_encoding=None, encoding_errors='strict', disable_unicode=False, bytestring_passthrough=False, format_exceptions=False, error_handler=None, lookup=None, cache_args=None, cache_impl='beaker', cache_enabled=True, cache_type=None, cache_dir=None, cache_url=None, ) -template.Template._compile_from_file?5(path, filename) -template.Template._get_def_callable?5(name) -template.Template._setup_cache_args?5(cache_impl, cache_enabled, cache_args, cache_type, cache_dir, cache_url) -template.Template.cache?4() -template.Template.cache_dir?4() -template.Template.cache_type?4() -template.Template.cache_url?4() -template.Template.code?4() -template.Template.get_def?4(name) -template.Template.has_def?4(name) -template.Template.last_modified?4() -template.Template.render?4(*args, **data) -template.Template.render_context?4(context, *args, **kwargs) -template.Template.render_unicode?4(*args, **data) -template.Template.reserved_names?4() -template.Template.source?4() -template.Template?1(text=None, filename=None, uri=None, format_exceptions=False, error_handler=None, lookup=None, output_encoding=None, encoding_errors='strict', module_directory=None, cache_args=None, cache_impl='beaker', cache_enabled=True, cache_type=None, cache_dir=None, cache_url=None, module_filename=None, input_encoding=None, disable_unicode=False, module_writer=None, bytestring_passthrough=False, default_filters=None, buffer_filters=(), strict_undefined=False, imports=None, enable_loop=True, preprocessor=None) -template._compile?5(template, text, filename, generate_magic_comment) -template._compile_module_file?5(template, text, filename, outputpath, module_writer) -template._compile_text?5(template, text, filename) -template._get_module_info?5(filename) -template._get_module_info_from_callable?5(callable_) -util.FastEncodingBuffer.getvalue?4() -util.FastEncodingBuffer.truncate?4() -util.FastEncodingBuffer?1(encoding=None, errors='strict', str=False) -util.LRUCache._manage_size?5() -util.LRUCache.setdefault?4(key, value) -util.LRUCache.values?4() -util.LRUCache?1(capacity, threshold=.5) -util.SetLikeDict.union?4(other) -util._Item?2(key, value) -util._PYTHON_MAGIC_COMMENT_re?8 -util.all?4(iterable) -util.exception_name?4(exc) -util.function_named?4(fn, name) -util.inspect_func_args?4(fn) -util.jython?7 -util.load?4() -util.load?4(self, name) -util.load_module?4(module_id, path) -util.memoized_instancemethod.oneshot?4(**kw) -util.memoized_instancemethod?1(fget, doc=None) -util.memoized_property?1(fget, doc=None) -util.newfunc?4(*fargs, **fkeywords) -util.parse_encoding?4(fp) -util.partial?4(func, *args, **keywords) -util.py24?7 -util.py26?7 -util.py3k?7 -util.read_file?4(path, mode='rb') -util.register?4(self, name, modulepath, objname) -util.restore__ast?4(_ast) -util.sorted_dict_repr?4(d) -util.to_list?4(x, default=None) -util.verify_directory?4(dir) -util.win32?7