Created
August 12, 2022 17:28
-
-
Save SubhadityaMukherjee/e61046519a63cbee92ea8f814813d147 to your computer and use it in GitHub Desktop.
parent name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def get_parent_name(x): | |
return x.parent.name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment