File "<string>", line 528, in <module> NameError: name 'good_google' is not defined doctest.py の 528行目 に help(good_google) みたいなコードがあって ...
def example(): """これがdocstring(ドキュメント文字列)です""" # これは普通のコメント pass def calculate_total(items, tax_rate=0.1): """ 商品の合計金額を計算する 税込みの合計金額を計算して返す。 割引がある場合は割引後の金額で計算する。 Args: items (list): 商品の ...
Does this issue occur when all extensions are disabled?: Yes VS Code Version: 1.101.1 OS Version: Windows_NT x64 10.0.19045 I am using a class to modify the docstring of python functions and classes.
Currently if you run make doctests we've got 3 failing docstests from a few docstrings in the new udfs. Async @daft.func example: the runner is trying to load daft.udf.execution.call_async_batch, but ...