Skip to content

Deprecated 1.3.1

Version history | Download JSON

  • PyPI https://pypi.org/project/Deprecated/
    Repository https://github.com/laurent-laporte-pro/deprecated

  • py.typed

  • Coverage


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


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 16
        "classes" : 39
        "other" : 1
    • 4 functions (+0 overloads)
      • 12 parameters
    • 3 classes
      • 11 methods (+0 overloads)
        • 28 parameters
      • 0 properties
    • 4 modules
      • 1 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
deprecated 0.0% 0.0% 0 0
deprecated.classic 0.0% 0.0% 20 0
deprecated.params 0.0% 0.0% 17 0
deprecated.sphinx 0.0% 0.0% 28 0

Incomplete Annotations

deprecated.classic (20 missing, 0 any)

Symbol Typable Typed Any
func deprecated 3 0 0
attr string_types 1 0 0
meth ClassicAdapter.init 6 0 0
meth ClassicAdapter.get_deprecated_msg 3 0 0
meth ClassicAdapter.call 2 0 0
attr ClassicAdapter.reason 1 0 0
attr ClassicAdapter.version 1 0 0
attr ClassicAdapter.action 1 0 0
attr ClassicAdapter.category 1 0 0
attr ClassicAdapter.extra_stacklevel 1 0 0

deprecated.params (17 missing, 0 any)

Symbol Typable Typed Any
meth DeprecatedParams.init 4 0 0
meth DeprecatedParams.populate_messages 3 0 0
meth DeprecatedParams.check_params 4 0 0
meth DeprecatedParams.warn_messages 2 0 0
meth DeprecatedParams.call 2 0 0
attr DeprecatedParams.messages 1 0 0
attr DeprecatedParams.category 1 0 0

deprecated.sphinx (28 missing, 0 any)

Symbol Typable Typed Any
func deprecated 5 0 0
meth SphinxAdapter.init 8 0 0
meth SphinxAdapter.call 2 0 0
meth SphinxAdapter.get_deprecated_msg 3 0 0
attr SphinxAdapter.directive 1 0 0
attr SphinxAdapter.line_length 1 0 0
func versionadded 4 0 0
func versionchanged 4 0 0

Type-Ignore Comments

No type-ignore comments.