Skip to main content

Module string

Module string 

Source
Expand description

Python strings and related types.

Structs§

PyString
Represents a Python string (a Unicode string object).

Enums§

PyStringData
Represents raw data backing a Python str.

Traits§

PyStringMethods
Implementation of functionality for PyString.