Stenoptilodes

Stenoptilodes is a genus of moths in the family Pterophoridae.

Stenoptilodes
Stenoptilodes taprobanes
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Lepidoptera
Family: Pterophoridae
Tribe: Platyptiliini
Genus: Stenoptilodes
Zimmerman, 1958

Species


gollark: Well, I patched *that*, and that makes sense since it actually deals with environments.
gollark: But *why* would it meddle with the environment and apparently *only* for getfenv?
gollark: No.
gollark: This may require testing. It's not impossible that *somehow* `pcall` is using the "real" environment, but I have no idea what would cause htat.
gollark: ```lua -- if function is not from within the VM, return env from within sandbox function environment.getfenv(arg) local env if type(arg) == "number" then env = gf(arg + 1) else gf(arg) end if not env or env._HOST and string.find(env._HOST, "YAFSS") == nil then return gf() else return env end end```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.