サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
参議院選挙2025
pdoc.dev
""" A small `pdoc` example. """ class Dog: """🐕""" name: str """The name of our dog.""" friends: list["Dog"] """The friends of our dog.""" def __init__(self, name: str): """Make a Dog without any friends (yet).""" self.name = name self.friends = [] def bark(self, loud: bool = True): """*woof*""" pdoc auto-generates API documentation that follows your project's Python module hierarchy. It requires
このページを最初にブックマークしてみませんか?
『pdoc – Generate API Documentation for Python Projects』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く