# 7. 参考资料

1. [python属性查找 深入理解（attribute lookup）](http://www.cnblogs.com/xybaby/p/6270551.html)
2. [The Python 2.3 Method Resolution Order](https://www.python.org/download/releases/2.3/mro/)
3. [关于Python的Mixin模式](http://www.bjhee.com/python-mixin.html)
4. [The definitive guide on how to use static, class or abstract methods in Python](https://julien.danjou.info/blog/2013/guide-python-static-class-abstract-methods)
5. [异步与回调的设计哲学](http://fullstack.blog/2017/02/26/异步与回调的设计哲学/)
6. [Python的GIL是什么鬼，多线程性能究竟如何](http://cenalulu.github.io/python/gil-in-python/)
7. [6.2 读写JSON数据](http://python3-cookbook.readthedocs.io/zh_CN/latest/c06/p02_read-write_json_data.html)
8. [Python 的 import 机制](https://loggerhead.me/posts/python-de-import-ji-zhi.html#_1)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jarvisma.gitbook.io/pythonlearn/7-can-kao-zi-liao/chapter7.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
