mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
Test third party stubs with stubtest (#5615)
This commit is contained in:
@@ -0,0 +1,111 @@
|
||||
jinja2.Environment.__init__
|
||||
jinja2.Environment.extract_translations
|
||||
jinja2.Environment.handle_exception
|
||||
jinja2.Environment.install_gettext_callables
|
||||
jinja2.Environment.install_gettext_translations
|
||||
jinja2.Environment.install_null_translations
|
||||
jinja2.Environment.uninstall_gettext_translations
|
||||
jinja2.Markup.__getslice__
|
||||
jinja2.Markup.__mod__
|
||||
jinja2.Markup.center
|
||||
jinja2.Markup.ljust
|
||||
jinja2.Markup.lstrip
|
||||
jinja2.Markup.replace
|
||||
jinja2.Markup.rjust
|
||||
jinja2.Markup.rstrip
|
||||
jinja2.Markup.strip
|
||||
jinja2.Markup.translate
|
||||
jinja2.Markup.zfill
|
||||
jinja2.Template.__new__
|
||||
jinja2.TemplateError.__unicode__
|
||||
jinja2._compat.get_next
|
||||
jinja2._stringdefs
|
||||
jinja2.compiler.CodeGenerator.__init__
|
||||
jinja2.compiler.CodeGenerator.binop
|
||||
jinja2.compiler.CodeGenerator.export_assigned_vars
|
||||
jinja2.compiler.CodeGenerator.function_scoping
|
||||
jinja2.compiler.CodeGenerator.macro_body
|
||||
jinja2.compiler.CodeGenerator.macro_def
|
||||
jinja2.compiler.CodeGenerator.make_assignment_frame
|
||||
jinja2.compiler.CodeGenerator.pop_scope
|
||||
jinja2.compiler.CodeGenerator.pull_locals
|
||||
jinja2.compiler.CodeGenerator.push_scope
|
||||
jinja2.compiler.CodeGenerator.return_buffer_contents
|
||||
jinja2.compiler.CodeGenerator.uaop
|
||||
jinja2.compiler.CodeGenerator.unoptimize_scope
|
||||
jinja2.compiler.Frame.__init__
|
||||
jinja2.compiler.Frame.find_shadowed
|
||||
jinja2.compiler.Frame.inner
|
||||
jinja2.compiler.Frame.inspect
|
||||
jinja2.compiler.FrameIdentifierVisitor
|
||||
jinja2.compiler.Identifiers
|
||||
jinja2.compiler.generate
|
||||
jinja2.compiler.unoptimize_before_dead_code
|
||||
jinja2.debug.ProcessedTraceback
|
||||
jinja2.debug.TracebackFrameProxy
|
||||
jinja2.debug.fake_exc_info
|
||||
jinja2.debug.make_frame_proxy
|
||||
jinja2.debug.make_traceback
|
||||
jinja2.debug.raise_helper
|
||||
jinja2.debug.tproxy
|
||||
jinja2.debug.translate_exception
|
||||
jinja2.debug.translate_syntax_error
|
||||
jinja2.environment.Environment.__init__
|
||||
jinja2.environment.Environment.extract_translations
|
||||
jinja2.environment.Environment.handle_exception
|
||||
jinja2.environment.Environment.install_gettext_callables
|
||||
jinja2.environment.Environment.install_gettext_translations
|
||||
jinja2.environment.Environment.install_null_translations
|
||||
jinja2.environment.Environment.uninstall_gettext_translations
|
||||
jinja2.environment.Template.__new__
|
||||
jinja2.environment.TemplateModule.__init__
|
||||
jinja2.environment.get_spontaneous_environment
|
||||
jinja2.exceptions.TemplateError.__unicode__
|
||||
jinja2.ext.ExtensionRegistry.__new__
|
||||
jinja2.filters.do_dictsort
|
||||
jinja2.filters.do_indent
|
||||
jinja2.filters.do_random
|
||||
jinja2.filters.do_trim
|
||||
jinja2.filters.do_truncate
|
||||
jinja2.filters.do_urlize
|
||||
jinja2.filters.do_wordwrap
|
||||
jinja2.filters.make_attrgetter
|
||||
jinja2.meta.TrackingCodeGenerator.pull_locals
|
||||
jinja2.optimizer.Optimizer.fold
|
||||
jinja2.optimizer.Optimizer.visit_If
|
||||
jinja2.parser.Parser.parse_add
|
||||
jinja2.parser.Parser.parse_assign_target
|
||||
jinja2.parser.Parser.parse_div
|
||||
jinja2.parser.Parser.parse_floordiv
|
||||
jinja2.parser.Parser.parse_mod
|
||||
jinja2.parser.Parser.parse_mul
|
||||
jinja2.parser.Parser.parse_sub
|
||||
jinja2.runtime.Context.call
|
||||
jinja2.runtime.LoopContext.__init__
|
||||
jinja2.runtime.LoopContext.loop
|
||||
jinja2.runtime.LoopContextIterator
|
||||
jinja2.runtime.Macro.__init__
|
||||
jinja2.runtime.Markup.__getslice__
|
||||
jinja2.runtime.Markup.__mod__
|
||||
jinja2.runtime.Markup.center
|
||||
jinja2.runtime.Markup.ljust
|
||||
jinja2.runtime.Markup.lstrip
|
||||
jinja2.runtime.Markup.replace
|
||||
jinja2.runtime.Markup.rjust
|
||||
jinja2.runtime.Markup.rstrip
|
||||
jinja2.runtime.Markup.strip
|
||||
jinja2.runtime.Markup.translate
|
||||
jinja2.runtime.Markup.zfill
|
||||
jinja2.sandbox.SandboxedEnvironment.call
|
||||
jinja2.tests.test_equalto
|
||||
jinja2.utils.Markup.__getslice__
|
||||
jinja2.utils.Markup.__mod__
|
||||
jinja2.utils.Markup.center
|
||||
jinja2.utils.Markup.ljust
|
||||
jinja2.utils.Markup.lstrip
|
||||
jinja2.utils.Markup.replace
|
||||
jinja2.utils.Markup.rjust
|
||||
jinja2.utils.Markup.rstrip
|
||||
jinja2.utils.Markup.strip
|
||||
jinja2.utils.Markup.translate
|
||||
jinja2.utils.Markup.zfill
|
||||
Reference in New Issue
Block a user