helpers.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:easytrader_py2.7 作者: easyquant 项目源码 文件源码
def get_mac():
    # ??mac?? link: http://stackoverflow.com/questions/28927958/python-get-mac-address
    return ("".join(c + "-" if i % 2 else c for i, c in enumerate(hex(
            uuid.getnode())[2:].zfill(12)))[:-1]).upper()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号