首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏腾讯云代码分析

    【规则分析】Python未定义变量

    规则:Undefined-Variable 在大多数编程语言中,使用未定义的变量可能会导致程序中出现错误或意外行为。在使用变量之前正确声明和初始化变量以确保程序正确运行非常重要。

    1.5K10编辑于 2024-09-27
  • 来自专栏饶文津的专栏

    gevent.hub.BlockingSwitchOutError: Impossible to call blocking function in the event loop callback

    def switch(self): switch_out = getattr(getcurrent(), 'switch_out', None) # pylint:disable=undefined-variable switch_out is not None: switch_out() return _greenlet_switch(self) # pylint:disable=undefined-variable

    1.4K10发布于 2021-11-04
  • 来自专栏大数据文摘

    如何用Python画各种著名数学图案 | 附图+代码

    grayscott 120 胞腔 代码:69 lines (48 sloc) 2.18 KB # pylint: disable=unused-import # pylint: disable=undefined-variable

    2.5K60发布于 2018-05-21
领券