'How do I get all meta tags in pyquery

how can I be able to do something like this, but be able to find all meta tags.

meta = doc("meta")
for meta in meta:
print(meta + "\n")


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source