Top Classes
[default module]

Package org.python.core.stringlib


Class Summary

Modifier and TypeClass and Description
public class
FieldNameIterator

This class is an implementation of the iterator object returned by str._formatter_field_name_split() and unicode._formatter_field_name_split().

public class
FloatFormatter

A class that provides the implementation of floating-point formatting.

public class
IntegerFormatter

A class that provides the implementation of integer formatting.

public class
public class
MarkupIterator

Provides an implementation of the object that str._formatter_parser() returns, which is an iterator returning successive 4-tuples, the sequence being equivalent to the original string.

public class
TextFormatter

A class that provides the implementation of str and unicode formatting.