我们从Python开源项目中,提取了以下5个代码示例,用于说明如何使用symbol.import_stmt()。
def import_stmt(self, nodelist): # import_stmt: import_name | import_from assert len(nodelist) == 1 return self.com_node(nodelist[0])