_PyInt_Format

Convert an integer to the given base. Returns a string. If base is 2, 8 or 16, add the proper prefix '0b', '0o' or '0x'. If newstyle is zero, then use the pre-2.6 behavior of octal having a leading "0" */ /// Availability: >= 2.

version(Python_2_6_Or_Later)
_PyInt_Format

Meta