|
|
|
|
|
by famousactress
4488 days ago
|
|
Seems rude to return None instead of False for an is_. I think I would have written: def is_file_for(is_nagyker, type):
return type == KIS_ES_NAGYKER or \
(type == KISKER and not is_nagyker) or \
(type == NAGYKER and is_nagyker)
|
|