Home
last modified time | relevance | path

Searched refs:isprintable (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/test/
Dtest_unicode.py761 self.assertTrue("".isprintable())
762 self.assertTrue(" ".isprintable())
763 self.assertTrue("abcdefg".isprintable())
764 self.assertFalse("abcdefg\n".isprintable())
766 self.assertTrue("\u0374".isprintable())
768 self.assertFalse("\u0378".isprintable())
770 self.assertFalse("\ud800".isprintable())
772 self.assertTrue('\U0001F46F'.isprintable())
773 self.assertFalse('\U000E0020'.isprintable())
/third_party/python/Lib/collections/
D__init__.py1471 def isprintable(self): member in UserString
1472 return self.data.isprintable()
/third_party/python/Misc/NEWS.d/
D3.5.0b1.rst205 casefold(), format_map(), isprintable(), and maketrans(). Patch by Joe
/third_party/python/Lib/
Dast.py1094 if c == "\\" or not c.isprintable():
/third_party/python/Doc/library/
Dcollections.rst1367 ``format_map``, ``isprintable``, and ``maketrans``.
Dstdtypes.rst1785 .. method:: str.isprintable()
/third_party/python/Doc/whatsnew/
D3.5.rst932 :meth:`~str.format_map`, :meth:`~str.isprintable`, and :meth:`~str.maketrans`
/third_party/python/Misc/
DHISTORY15102 - Issue #5126: str.isprintable() returned False for space characters.
16551 - Issue #3282: str.isprintable() should return False for undefined