Skip to content
Unverified Commit 4ceed0b9 authored by Shantanu's avatar Shantanu Committed by GitHub
Browse files

Remove is_function_or_class helper footgun (#4133)

This is a no-op change.

That function was not a good way to tell if something is a function or a
class, since it basically only worked for async functions by accident
(the parent of a suite / simple_stmt of async function body is a
funcdef).
parent 26919027
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment