import pep8
s = """
def a:
pass
def b:
pass
"""
pep8.StyleGuide().is_such_method_exists_for_string_?(s)
// and then, get out put as list ?
import pep8
s = """
def a:
pass
def b:
pass
"""
pep8.StyleGuide().is_such_method_exists_for_string_?(s)
// and then, get out put as list ?
Copyright © 2021 Jogjafile Inc.