About 366 results
Open links in new tab
  1. Enum HOWTO — Python 3.13.3 documentation

    1 day ago · While most enum needs can be met by customizing Enum subclasses, either with class decorators or custom functions, EnumType can be subclassed to provide a different …

  2. enum — Support for enumerations — Python 3.13.3 documentation

    23 hours ago · EnumType is responsible for setting the correct __repr__(), __str__(), __format__(), and __reduce__() methods on the final enum, as well as creating the enum …

  3. http — HTTP modules — Python 3.13.3 documentation

    The http module also defines the following enums that help you work with http related code: class http. HTTPStatus ¶

  4. dis --- Python バイトコードの逆アセンブラー — Python 3.13.3 ド …

    バイトコード解析の API を使うと、 Python のコード片を Bytecode オブジェクトでラップでき、コンパイルされたコードの細かいところに簡単にアクセスできます。

Refresh