Skip to content

aiofiles 25.1.0

Download JSON

  • PyPI https://pypi.org/project/aiofiles/
    Repository https://github.com/Tinche/aiofiles

  • py.typed

  • Coverage


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


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 60
        "classes" : 33
        "other" : 37
    • 10 functions (+0 overloads)
      • 50 parameters
    • 13 classes
      • 14 methods (+0 overloads)
        • 16 parameters
      • 2 properties
    • 9 modules
      • 37 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
aiofiles.base 0.0% 0.0% 25 0
aiofiles.os 0.0% 0.0% 19 0
aiofiles.ospath 0.0% 0.0% 12 0
aiofiles.tempfile 0.0% 0.0% 39 0
aiofiles.tempfile.temptypes 0.0% 0.0% 10 0
aiofiles.threadpool 0.0% 0.0% 17 0
aiofiles.threadpool.binary 0.0% 0.0% 0 0
aiofiles.threadpool.text 0.0% 0.0% 0 0
aiofiles.threadpool.utils 0.0% 0.0% 8 0

Incomplete Annotations

aiofiles.base (25 missing, 0 any)

Symbol Typable Typed Any
meth AsyncBase.init 4 0 0
meth AsyncBase.aiter 1 0 0
meth AsyncBase.repr 1 0 0
meth AsyncBase.anext 1 0 0
prop AsyncBase._loop 1 0 0
func wrap 2 0 0
meth AiofilesContextManager.init 2 0 0
meth AiofilesContextManager.await 1 0 0
meth AiofilesContextManager.aenter 1 0 0
meth AiofilesContextManager.aexit 4 0 0
meth AsyncIndirectBase.init 5 0 0
prop AsyncIndirectBase._file 2 0 0

aiofiles.os (19 missing, 0 any)

Symbol Typable Typed Any
attr rename 1 0 0
attr statvfs 1 0 0
attr link 1 0 0
attr renames 1 0 0
attr access 1 0 0
attr sendfile 1 0 0
attr makedirs 1 0 0
attr listdir 1 0 0
attr getcwd 1 0 0
attr removedirs 1 0 0
attr readlink 1 0 0
attr mkdir 1 0 0
attr unlink 1 0 0
attr rmdir 1 0 0
attr replace 1 0 0
attr remove 1 0 0
attr scandir 1 0 0
attr symlink 1 0 0
attr stat 1 0 0

aiofiles.ospath (12 missing, 0 any)

Symbol Typable Typed Any
attr sameopenfile 1 0 0
attr getmtime 1 0 0
attr getsize 1 0 0
attr ismount 1 0 0
attr abspath 1 0 0
attr samefile 1 0 0
attr getctime 1 0 0
attr islink 1 0 0
attr exists 1 0 0
attr isfile 1 0 0
attr getatime 1 0 0
attr isdir 1 0 0

aiofiles.tempfile (39 missing, 0 any)

Symbol Typable Typed Any
func TemporaryFile 10 0 0
func NamedTemporaryFile 12 0 0
func TemporaryDirectory 6 0 0
func SpooledTemporaryFile 11 0 0

aiofiles.tempfile.temptypes (10 missing, 0 any)

Symbol Typable Typed Any
meth AsyncSpooledTemporaryFile._check 1 0 0
meth AsyncSpooledTemporaryFile.write 2 0 0
meth AsyncSpooledTemporaryFile.writelines 2 0 0
meth AsyncTemporaryDirectory.init 4 0 0
meth AsyncTemporaryDirectory.close 1 0 0

aiofiles.threadpool (17 missing, 0 any)

Symbol Typable Typed Any
attr stdout 1 0 0
func open 11 0 0
attr stderr 1 0 0
attr stderr_bytes 1 0 0
attr stdout_bytes 1 0 0
attr stdin 1 0 0
attr stdin_bytes 1 0 0

aiofiles.threadpool.utils (8 missing, 0 any)

Symbol Typable Typed Any
func cond_delegate_to_executor 2 0 0
func proxy_property_directly 2 0 0
func proxy_method_directly 2 0 0
func delegate_to_executor 2 0 0

Type-Ignore Comments

No type-ignore comments.