Aestate
Static Public Member Functions | List of all members
aestate.work.Modes.Recursion Class Reference
Collaboration diagram for aestate.work.Modes.Recursion:
Collaboration graph

Static Public Member Functions

def find_key_for_dict (dict obj_data, str target)
 

Detailed Description

递归

Definition at line 36 of file Modes.py.

Member Function Documentation

◆ find_key_for_dict()

def aestate.work.Modes.Recursion.find_key_for_dict ( dict  obj_data,
str  target 
)
static
在字典里重复递归,直到得出最后的值,如果查不到就返回None

Definition at line 42 of file Modes.py.


The documentation for this class was generated from the following file: