Home Recent changes

Python

explication : The class basestring is the parent class for the two string types, str and unicode. It exists not because you can call it (you can't), but for type testing. To test whether some value s is an instance of either type of string

Doc

génération auto de la doc avec Sphinx