File: name.py

package info (click to toggle)
python-aioice 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 428 kB
  • sloc: python: 3,832; makefile: 20; sh: 1
file content (4 lines) | stat: -rw-r--r-- 56 bytes parent folder | download | duplicates (2)
1
2
3
4
class Name: ...


def from_text(text: str) -> Name: ...