Skip to content

pystache 0.6.8

Download JSON

  • PyPI https://pypi.org/project/pystache/
    Repository https://github.com/PennyDreadfulMTG/pystache

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 0
        "Any" : 0
        "Untyped" : 209
    • 0.0% coverage
    • 0.0% coverage (strict)
    • 209 typable
      • 0 typed
      • 209 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 22
        "classes" : 159
        "other" : 4
    • 8 functions (+0 overloads)
      • 14 parameters
    • 15 classes
      • 62 methods (+0 overloads)
        • 95 parameters
      • 2 properties
    • 14 modules
      • 4 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
pystache.commands.render 0.0% 0.0% 5 0
pystache.commands.test 0.0% 0.0% 2 0
pystache.common 0.0% 0.0% 4 0
pystache.context 0.0% 0.0% 21 0
pystache.defaults 0.0% 0.0% 3 0
pystache.init 0.0% 0.0% 4 0
pystache.loader 0.0% 0.0% 22 0
pystache.locator 0.0% 0.0% 26 0
pystache.parsed 0.0% 0.0% 7 0
pystache.parser 0.0% 0.0% 16 0
pystache.renderengine 0.0% 0.0% 28 0
pystache.renderer 0.0% 0.0% 62 0
pystache.specloader 0.0% 0.0% 9 0
pystache.template_spec 0.0% 0.0% 0 0

Incomplete Annotations

pystache.commands.render (5 missing, 0 any)

Symbol Typable Typed Any
func parse_args 3 0 0
func main 2 0 0

pystache.commands.test (2 missing, 0 any)

Symbol Typable Typed Any
func main 2 0 0

pystache.common (4 missing, 0 any)

Symbol Typable Typed Any
func is_string 2 0 0
func read 2 0 0

pystache.context (21 missing, 0 any)

Symbol Typable Typed Any
meth ContextStack.init 2 0 0
meth ContextStack.repr 1 0 0
meth ContextStack.create 3 0 0
meth ContextStack.get 2 0 0
meth ContextStack._get_simple 2 0 0
meth ContextStack.push 2 0 0
meth ContextStack.pop 1 0 0
meth ContextStack.top 1 0 0
meth ContextStack.copy 1 0 0
meth KeyNotFoundError.init 3 0 0
meth KeyNotFoundError.str 1 0 0
attr KeyNotFoundError.key 1 0 0
attr KeyNotFoundError.details 1 0 0

pystache.defaults (3 missing, 0 any)

Symbol Typable Typed Any
attr FILE_ENCODING 1 0 0
attr STRING_ENCODING 1 0 0
attr TAG_ESCAPE 1 0 0

pystache.init (4 missing, 0 any)

Symbol Typable Typed Any
func render 4 0 0

pystache.loader (22 missing, 0 any)

Symbol Typable Typed Any
meth Loader.init 5 0 0
meth Loader._make_locator 1 0 0
meth Loader.str 3 0 0
meth Loader.read 3 0 0
meth Loader.load_file 2 0 0
meth Loader.load_name 2 0 0
meth Loader.load_object 2 0 0
attr Loader.extension 1 0 0
attr Loader.file_encoding 1 0 0
attr Loader.search_dirs 1 0 0
attr Loader.to_unicode 1 0 0

pystache.locator (26 missing, 0 any)

Symbol Typable Typed Any
meth Locator.init 2 0 0
meth Locator.get_object_directory 2 0 0
meth Locator.make_template_name 2 0 0
meth Locator.make_file_name 3 0 0
meth Locator._find_path 3 0 0
meth Locator._find_path_required 3 0 0
meth Locator.find_file 3 0 0
meth Locator.find_name 3 0 0
meth Locator.find_object 4 0 0
attr Locator.template_extension 1 0 0

pystache.parsed (7 missing, 0 any)

Symbol Typable Typed Any
meth ParsedTemplate.init 1 0 0
meth ParsedTemplate.repr 1 0 0
meth ParsedTemplate.add 2 0 0
meth ParsedTemplate.render 3 0 0

pystache.parser (16 missing, 0 any)

Symbol Typable Typed Any
func parse 4 0 0
meth ParsingErrorDetails.init 4 0 0
attr ParsingErrorDetails.tag_type 1 0 0
attr ParsingErrorDetails.position 1 0 0
attr ParsingErrorDetails.tag_key 1 0 0
attr NON_BLANK_RE 1 0 0
meth ParsingError.init 3 0 0
prop ParsingError.info 1 0 0

pystache.renderengine (28 missing, 0 any)

Symbol Typable Typed Any
func context_get 3 0 0
meth RenderEngine.init 6 0 0
meth RenderEngine.fetch_string 3 0 0
meth RenderEngine.fetch_section_data 3 0 0
meth RenderEngine._render_value 4 0 0
meth RenderEngine.render 4 0 0
attr RenderEngine.escape 1 0 0
attr RenderEngine.literal 1 0 0
attr RenderEngine.resolve_context 1 0 0
attr RenderEngine.resolve_partial 1 0 0
attr RenderEngine.to_str 1 0 0

pystache.renderer (62 missing, 0 any)

Symbol Typable Typed Any
meth Renderer.init 9 0 0
meth Renderer.str_coerce 2 0 0
meth Renderer._to_unicode_soft 2 0 0
meth Renderer._to_unicode_hard 2 0 0
meth Renderer._escape_to_unicode 2 0 0
meth Renderer.str 3 0 0
meth Renderer._make_loader 1 0 0
meth Renderer._make_load_template 1 0 0
meth Renderer._make_load_partial 1 0 0
meth Renderer._is_missing_tags_strict 1 0 0
meth Renderer._make_resolve_partial 1 0 0
meth Renderer._make_resolve_context 1 0 0
meth Renderer._make_render_engine 1 0 0
meth Renderer.load_template 2 0 0
meth Renderer._render_object 4 0 0
meth Renderer.render_name 4 0 0
meth Renderer.render_path 4 0 0
meth Renderer._render_string 4 0 0
meth Renderer._render_final 4 0 0
meth Renderer.render 4 0 0
prop Renderer.context 1 0 0
attr Renderer.decode_errors 1 0 0
attr Renderer.escape 1 0 0
attr Renderer.file_encoding 1 0 0
attr Renderer.file_extension 1 0 0
attr Renderer.missing_tags 1 0 0
attr Renderer.partials 1 0 0
attr Renderer.search_dirs 1 0 0
attr Renderer.string_encoding 1 0 0

pystache.specloader (9 missing, 0 any)

Symbol Typable Typed Any
meth SpecLoader.init 2 0 0
meth SpecLoader._find_relative 2 0 0
meth SpecLoader._find 2 0 0
meth SpecLoader.load 2 0 0
attr SpecLoader.loader 1 0 0

Type-Ignore Comments

No type-ignore comments.