How do I exclude a function from a namespace (the built in one) for a module in Python?

后端 未结 0 1818
孤街浪徒
孤街浪徒 2020-12-01 23:36

I have this module:

import os

...

def map():
#And some stuff here...

and I want to use module_name.map(

相关标签:
回答
  • 消灭零回复
提交回复
热议问题