目录1. cached_property2. cmp_to_key3. lru_cache4. partial5. partialmethod6. reduce7. singledispatch8. singledispatchmethod9. total_ordering10. update_wrapper11. wraps参考文献functools模块是python的标准
I have a Graphics object of JPanel and that is working fine: import java.awt.Color; import java.awt.Graphics;