()
| 630 | # When _locale.getencoding() is missing, locale.getencoding() uses the |
| 631 | # Python filesystem encoding. |
| 632 | def getencoding(): |
| 633 | return sys.getfilesystemencoding() |
| 634 | |
| 635 | |
| 636 | try: |
no outgoing calls
no test coverage detected
searching dependent graphs…