]> granicus.if.org Git - python/commit
bpo-32499: Add dataclasses.is_dataclass(obj), which returns True if obj is a dataclas...
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Sat, 6 Jan 2018 17:41:53 +0000 (12:41 -0500)
committerGitHub <noreply@github.com>
Sat, 6 Jan 2018 17:41:53 +0000 (12:41 -0500)
commite7ba013d870012157f695ead7e3645c2828a7fc5
treeda2f4f57fc040b4587544423090bc6082a2636f7
parent3cd7c6e6eb43dbd7d7180503265772a67953e682
bpo-32499: Add dataclasses.is_dataclass(obj), which returns True if obj is a dataclass or an instance of one. (#5113)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2018-01-06-10-54-16.bpo-32499.koyY-4.rst [new file with mode: 0644]