Syntypistis
Syntypistis is a genus of moths of the family Notodontidae first described by Turner in 1907.[1]
Syntypistis | |
---|---|
Syntypistis | |
Scientific classification | |
Kingdom: | |
Phylum: | |
Class: | |
Order: | |
Family: | |
Subfamily: | Dicranurinae |
Genus: | Syntypistis Turner, 1907 |
Synonyms | |
|
Species
- Syntypistis alboviridis (Kiriakoff, 1970)
- Syntypistis alleni (Holloway, 1983)
- Syntypistis ardjuna (Kiriakoff, 1967)
- Syntypistis amamiensis Nakatomi, 1981
- Syntypistis ambigua Schintlmeister & Fang, 2001
- Syntypistis aspera Kishida & Kobayashi, 2004
- Syntypistis ceramensis (Kiriakoff, 1967)
- Syntypistis chambae (Kiriakoff, 1970)
- Syntypistis charistera (West, 1932)
- Syntypistis chloropasta Turner, 1907
- Syntypistis comatus (Leech, 1898)
- Syntypistis cupreonitens (Kiriakoff, 1963)
- Syntypistis cyanea (Leech, 1888)
- Syntypistis defector (Schintlmeister, 1997)
- Syntypistis eichhorni (Kiriakoff, 1970)
- Syntypistis fasciata (Moore, 1879)
- Syntypistis ferrea (Kiriakoff, 1967)
- Syntypistis grisescens (Roepke, 1944)
- Syntypistis hasegawai (Nakamura, 1976)
- Syntypistis hercules (Schintlmeister, 1997)
- Syntypistis japonica Nakatomi, 1981
- Syntypistis jupiter (Schintlmeister, 1997)
- Syntypistis lineata (Okano, 1960)
- Syntypistis malayana (Nakamura, 1976)
- Syntypistis melana C.S. Wu & C.L. Fang, 2003
- Syntypistis murina (Kiriakoff, 1967)
- Syntypistis nigribasalis (Wileman, 1910)
- Syntypistis opaca Turner, 1922
- Syntypistis palladina (Schaus, 1928)
- Syntypistis pallidifascia (Hampson, 1892)
- Syntypistis paranga (Kiriakoff, 1970)
- Syntypistis parcevirens (de Joannis, 1929)
- Syntypistis perdix (Moore, 1879)
- Syntypistis praeclara M. Wang & Kobayashi, 2004
- Syntypistis pryeri (Leech, 1889)
- Syntypistis punctatella (Motschulsky, 1860)
- Syntypistis rhypara (Kiriakoff, 1970)
- Syntypistis scensus (Schintlemeister, 1997)
- Syntypistis sinope Schintlmeister, 2002
- Syntypistis spadix Kishida & Kobayashi, 2004
- Syntypistis spitzeri (Schintlmeister, 1987)
- Syntypistis subgeneris (Strand, 1916)
- Syntypistis subgriseoviridis (Kiriakoff, 1963)
- Syntypistis synechochlora (Kiriakoff, 1963)
- Syntypistis triguttata (Kiriakoff, 1967)
- Syntypistis trioculata (Holloway, 1976)
- Syntypistis umbrosa (Matsumura, 1927)
- Syntypistis uskwara (Kiriakoff, 1970)
- Syntypistis victor Schintlmeister & Fang, 2001
- Syntypistis viridigriseus (Rothschild, 1917)
- Syntypistis viridipicta (Wileman, 1910)
- Syntypistis witoldi (Schintlmeister, 1997)
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
gollark: On the plus side, you should be able to use `zilch` in place of `None` now.
gollark: The python thesaurus-izer may need some parallelization to be effective.
gollark: We could use this; it seems a cool idea.
References
- Savela, Markku. "Syntypistis Turner, 1907". Lepidoptera and Some Other Life Forms. Retrieved July 25, 2019.
Wikispecies has information related to Syntypistis |
Wikimedia Commons has media related to Syntypistis. |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.