Documentation of 'org.python.core.stringlib.InternalFormat' Java class
InternalFormat
org.python.core.stringlib

Class InternalFormat



  • public class InternalFormat
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  InternalFormat.Formatter
      A class that provides the base for implementations of type-specific formatting.
      static class  InternalFormat.Spec
      Parsed PEP-3101 format specification of a single field, encapsulating the format for use by formatting methods.
    • Constructor Summary

      Constructors 
      Constructor and Description
      InternalFormat() 
    • Constructor Detail

      • InternalFormat

        public InternalFormat()
    • Method Detail

      • fromText

        public static InternalFormat.Spec fromText(java.lang.String text)
        Create a InternalFormat.Spec object by parsing a format specification.
        Parameters:
        text - to parse
        Returns:
        parsed equivalent to text
      • fromText

        public static InternalFormat.Spec fromText(PyObject text,
                                                   java.lang.String method)
        Create a InternalFormat.Spec object by parsing a format specification, supplied as an object.
        Parameters:
        text - to parse
        Returns:
        parsed equivalent to text

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.