MCPcopy
hub / github.com/rocky/python-uncompyle6 / get_features

Method get_features

test/ok_lib2.7/compiler/future.py:43–45  ·  view source on GitHub ↗

Return list of features enabled by future statements

(self)

Source from the content-addressed store, hash-verified

41 return 0
42
43 def get_features(self):
44 """Return list of features enabled by future statements"""
45 return self.found.keys()
46
47class BadFutureParser:
48 """Check for invalid future statements"""

Callers 1

find_futuresFunction · 0.95

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected