Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
cihai 0.35.0 documentation
Light Logo Dark Logo
cihai 0.35.0 documentation
  • Quickstart
  • Features
  • Examples
  • Extending cihai
  • Datasets
    • UNIHAN - cihai.data.unihan
  • API
    • Core - cihai.core
    • Config - cihai.config
    • Constants - cihai.constants
    • Conversion - cihai.conversion
    • Database - cihai.db
    • Exceptions - cihai.exc
    • Extending - cihai.extend
    • Logging - cihai.log
    • Typings - cihai.types
    • Utilities - cihai.utils
    • Internal API
      • Config reader - cihai._internal.config_reader
      • Typings - cihai._internal.types
  • Troubleshooting

Project

  • Contributing
  • Design and Planning
  • Changelog
  • Glossary
  • GitHub

team git-pull / Tony Narlock:

vcs-python vcspull (libvcs), g

tmux-python tmuxp (libtmux)

cihai unihan-etl (db) cihai (cli)

django django-slugify-processor django-docutils

docs + tests gp-libs

web social-embed

Back to top
View this page
Edit this page

Typings - cihai._internal.types¶

Internal type annotations.

Notes

StrPath and StrOrBytesPath is based on typeshed’s.

cihai._internal.types.StrPath¶

os.PathLike or str

alias of str | PathLike[str]

cihai._internal.types.StrOrBytesPath¶

os.PathLike, str or bytes-like object

alias of str | bytes | PathLike[str] | PathLike[bytes]

Next
Troubleshooting
Previous
Config reader - cihai._internal.config_reader
Copyright © Copyright 2013- cihai software foundation (Tony Narlock)
Made with Sphinx and @pradyunsg's Furo
On this page
  • Typings - cihai._internal.types
    • StrPath
    • StrOrBytesPath