Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pytype / typeshed / stdlib / @python2 / dircache.pyi
Size: Mime:
from typing import List, MutableSequence, Text

def reset() -> None: ...
def listdir(path: Text) -> List[str]: ...

opendir = listdir

def annotate(head: Text, list: MutableSequence[str] | MutableSequence[Text] | MutableSequence[str | Text]) -> None: ...