mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
added videos
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
def pop_from_dict_by_set(dictionary: dict, valid_keys: set):
|
||||
def pop_from_dict_by_set(dictionary: dict, valid_keys: set) -> dict:
|
||||
""" remove and create new dict with key value pairs of dictionary, where key is in valid_keys """
|
||||
new_dictionary = {}
|
||||
|
||||
|
Reference in New Issue
Block a user