Desmacellidae

Desmacellidae is a family of marine demosponges.[1] It is the only family in the monotypic order Desmacellida.

Desmacellidae
Scientific classification
Kingdom: Animalia
Phylum: Porifera
Class: Demospongiae
Order: Desmacellida
Morrow & Cárdenas, 2015
Family: Desmacellidae
Ridley & Dendy, 1886
Genera

see text

Genera

The following genera are recognized in the family Desmacellidae:[1]

  • Desmacella Schmidt, 1870
  • Dragmatella Hallmann, 1917
  • Microtylostylifer Dendy, 1924
  • Tylosigma Topsent, 1894
gollark: You can tell, because it has typings and recursion.
gollark: ```pythonfrom typing import List# Sort a list of integersdef entry(data: List[str]): swap = False for i, (one, two) in enumerate(zip(data, data[1:])): if two > one: # Swaps items data[i], data[i + 1] = data[i + 1], data[i] swap = True # Checks if we need to recur if swap: return entry(data) else: return data.reverse() or data```
gollark: It was obviously #2, people!
gollark: Too bad.
gollark: Why do this? I get more time for plan #3.

References


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