format_long_g.py 文件源码

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

项目:vsi_common 作者: VisionSystemsInc 项目源码 文件源码
def str_g(a):
  (precision, linewidth, edgeitems) = est_options(a)
  set_options(precision, linewidth, edgeitems)

  np.set_string_function(None, repr=False)
  str = a.__str__()
  np.set_string_function(str_g, repr=False)

  return str
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号