Leucoptera sphenograpta
Leucoptera sphenograpta is a moth in the Lyonetiidae family. It is found in India (Uttar Pradesh).
Leucoptera sphenograpta | |
---|---|
Scientific classification | |
Kingdom: | |
Phylum: | |
Class: | |
Order: | |
Family: | |
Genus: | |
Species: | L. sphenograpta |
Binomial name | |
Leucoptera sphenograpta Meyrick, 1911 | |
Biology
This species has a wingspan of 6-7mm.[1] It completes 10 to 12 generations in a year and its host plant is Dalbergia sissoo (Indian rosewood) (Fabaceae) but has also become a pest on Poplar.[2]
gollark: ```pythonCORO_CODE = """async def repl_coroutine(): import asyncio import aiohttp import discord from discord.ext import commands"""async def async_exec(code, loc, glob): user_code = ast.parse(code, mode='exec') wrapper = ast.parse(CORO_CODE, mode='exec') funcdef = wrapper.body[-1] funcdef.body.extend(user_code.body) last_expr = funcdef.body[-1] if isinstance(last_expr, ast.Expr): funcdef.body.pop() funcdef.body.append(ast.Return(last_expr.value)) ast.fix_missing_locations(wrapper) exec(compile(wrapper, "<repl>", "exec"), loc, glob) return await (loc.get("repl_coroutine") or glob.get("repl_coroutine"))()```
gollark: <@319753218592866315> What?
gollark: AutoBotRobot actually has to do a bunch of AST hackery to make asynchronousness work.
gollark: &sys exec await ctx.send("APIOID")
gollark: I don't know how.
See also
References
- Meyrick, 1911. Descriptions of Indian Micro-Lepidoptera. Part XIV. Journal of the Bombay Natural History Society. Vol.XXI: 104-131.
- Shujauddin & Khan, 1999. New Record of Damage to Poplar Due to Leucoptera sphenograpta Meyrick (Lepidoptera : Lyonetiidae), a Leaf Miner on Poplar in Uttar Pradesh. The Indian Forester Vol.125 (12) (abstract)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.