Labordea

Labordea is a genus of moths in the subfamily Lymantriinae. The genus was erected by Paul Griveaud in 1976.[1][2][3]

Labordea
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Subfamily:
Tribe:
Genus:
Labordea

Griveaud, 1976

Species

Some species of this genus are:[4]

  • Labordea chalcoptera (Collenette, 1936)
  • Labordea hedilacea (Collenette, 1936)
  • Labordea leucolineata Griveaud, 1977
  • Labordea malgassica (Kenrick, 1914)
  • Labordea marmor (Mabille, 1880)
  • Labordea prasina (Butler, 1882)
  • Labordea suarezi Griveaud, 1977
gollark: As always, the lack of newlines creates optimization.
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.
gollark: Firefox has been declining lately in some ways...
gollark: Fascinating.
gollark: NONE are safe.

References

  1. Savela, Markku (May 30, 2011). "Labordea Griveaud, 1976". Lepidoptera and Some Other Life Forms. Retrieved April 1, 2020.
  2. Beccaloni, G.; Scoble, M.; Kitching, I.; Simonsen, T.; Robinson, G.; Pitkin, B.; Hine, A.; Lyal, C., eds. (2003). "Labordea". The Global Lepidoptera Names Index. Natural History Museum. Retrieved April 1, 2020.
  3. Pitkin, Brian & Jenkins, Paul (November 5, 2004). "Labordea Griveaud, 1976". Butterflies and Moths of the World. Natural History Museum, London. Retrieved April 1, 2020.
  4. De Prins, J. & De Prins, W. (2019). "Labordea Griveaud, 1976". Afromoths. Retrieved April 1, 2020.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.