created lambda filter function
This commit is contained in:
parent
d88057366b
commit
af37a81d1f
3
main.py
3
main.py
@ -102,8 +102,9 @@ def main():
|
||||
# then update window['-TABLE-'].update(values=new_data)
|
||||
else:
|
||||
print(event, values[event])
|
||||
filter_database = lambda s: s.find(values[event]) != -1
|
||||
Computers=Query()
|
||||
print(db.search(Computers[event[7:]].find(values[event])!=-1))
|
||||
print(db.search(Computers[event[7:]]))
|
||||
|
||||
|
||||
# Finish up by removing from the screen
|
||||
|
Loading…
Reference in New Issue
Block a user